Created: 2022-07-12
Tags: #fleeting
Occurs when untrusted data is used to abuse the logic of an application
Replacing data processed by an application with malicious code
This malicious code can allow
OWASP rank this as 8 out of 10 because
What services are vulnerable to this?
Ultimately, application that stores or fetches data
-> Generally, no validations/integrity checks of stored/fetched data
Like
Insecure Deserialization happens
When data gets executed because there's no filtering/input validation.